subsys: use direct radio driver API#92
Conversation
f5f1cd9 to
90db450
Compare
Documentation PreviewThe documentation has been built successfully. You can view the preview here: preview Generated at: Expand to view changed pages
|
90db450 to
a9f29c1
Compare
kkasperczyk-no
left a comment
There was a problem hiding this comment.
Looks great! Could we also add an information in release notes with a approximate savings of RAM and Flash we observed after disabling Zephyr L2?
| The extension identifier is set to the DEVICEID from the factory information configuration registers (FICR). | ||
|
|
||
| Replace the company ID | ||
| Change the ``CONFIG_ZIGBEE_VENDOR_OUI`` Kconfig option to your company's MA-L value (24-bit, in hex). |
There was a problem hiding this comment.
Would we benefit from using :kconfig:option:CONFIG_X style? Not necessarily something to be changed in this PR, but I think it allows to be redirected to Kconfig description after clicking on the symbol name in docs.
There was a problem hiding this comment.
Maybe @annwoj can comment on this, but I believe those links don't resolve correctly for the add-on.
There was a problem hiding this comment.
The directive would have to be set up separately. Additionally, for it to be searchable, we would also need to implement the Kconfig search, which, as far as I know, is a pretty complex task and not something we do for add ons
Remove the need of Zephyr's L2 for IEEE 802.15.4. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no> s
Introduce `ZBOSS_RADIO_INIT_PRIORITY` and `ZBOSS_INIT_PRIORITY`. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Support `SOC_NRF5340_CPUAPP` Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Move freeing of received ACK to the workqueue when using serialized host. Freeing in the TX-done callback blocked the IPC path and caused serialization timeouts. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
ZBOSS expects a 0-255 range. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
`NETWORKING` is not used anymore. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
d7a35a0 to
110c1a5
Compare
No description provided.